Version

MergedDataContext<T,TColumnType> Class Members

The following tables list the members exposed by MergedDataContext<T,TColumnType>.

Public Constructors
 NameDescription
Public ConstructorMergedDataContext<T,TColumnType> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyComparerGets the Comparer that will be used to perform the merging.  
Public PropertyMergedObjectThe Object the merged operation is performed on. (Inherited from Infragistics.MergedDataContext)
Public PropertyPropertyNameGets the name of the property that data should be merged by. (Inherited from Infragistics.MergedDataContext)
Public PropertySortAscendingGets/Sets the sort direction that should be applied to the field that the underlying data has been merged by. (Inherited from Infragistics.MergedDataContext)
Public PropertySortContextGets/Sets the CurrentSort that will be applied when the data is merged by a particular field. (Inherited from Infragistics.MergedDataContext)
Protected Properties
 NameDescription
Protected PropertyConverterGets the System.Windows.Data.IValueConverter which will be used to evaluate the merge.  
Protected PropertyConverterParameterThe parameter applied to the Converter.  
Protected PropertySummariesA collection of summaries that should be applied to each subset of merged groupings.  
Protected PropertyTypedInfoGets/Sets the TypedInfo for the object.  
Public Methods
 NameDescription
Public MethodAppendColumnInfoToRowInfoTakes the given MergedColumnInfo, and determines if needs to create a new MergedRowInfo or use and existing one, then appends itself to that RowInfo  
Public MethodMergeOverloaded. Overridden. Merges the specified System.Linq.IQueryable by the property this data represents.  
Public MethodOnGroupingInvoked by the GroupBy query, this will recurse through all MergeDataContexts and Invoke their merge method.  
See Also